projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c55f405
)
* lisp/emacs-lisp/gv.el (gv-place): Simplify
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 12 Feb 2021 00:06:30 +0000
(19:06 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 12 Feb 2021 00:06:30 +0000
(19:06 -0500)
lisp/emacs-lisp/gv.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/gv.el
b/lisp/emacs-lisp/gv.el
index 29f8230e6b8291d5ebf6b6fe6da6e8f07fc06c66..c160aa1fd358c55c0c17866e3b85a6b2c8acecfa 100644
(file)
--- a/
lisp/emacs-lisp/gv.el
+++ b/
lisp/emacs-lisp/gv.el
@@
-307,7
+307,7
@@
The return value is the last VAL in the list.
;; Autoload this `put' since a user might use C-u C-M-x on an expression
;; containing a non-trivial `push' even before gv.el was loaded.
;;;###autoload
-(put 'gv-place 'edebug-form-spec '
edebug-match-form)
+(put 'gv-place 'edebug-form-spec '
(form)) ;So-called "indirect spec".
;; CL did the equivalent of:
;;(gv-define-macroexpand edebug-after (lambda (before index place) place))